home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-06-27 | 216 b | 13 lines |
- # Imakefile for XSnake
- #
- # run "imake", "make depend" and "make"
-
- STD_INCLUDES =
- DEPLIBS = $(DEPXTOOLLIB) $(DEPXLIB)
- LOCAL_LIBRARIES = $(XLIB) -lx
-
- SRCS = xsnake.c
- OBJS = $(SRCS:.c=.o)
-
- ComplexProgramTarget(xsnake)
-